home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / Adium1.6.2c.sit / Adium 1.6.2c / Adium.app / Contents / Resources / AIMConfig.nib / classes.nib next >
Encoding:
Text File  |  2002-10-19  |  4.0 KB  |  107 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {closeWindow = id; selectAwayTab = id; selectBlockingTab = id; }; 
  5.             CLASS = AIAIMConfigController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 "tabView_configTabs" = NSTabView; 
  9.                 theBlockingManagement = AIBlockingManagement; 
  10.                 theBuddyListManagement = AIBuddyListManagement; 
  11.             }; 
  12.             SUPERCLASS = NSWindowController; 
  13.         }, 
  14.         {
  15.             ACTIONS = {
  16.                 awayTitleSave = id; 
  17.                 deleteAwayMessage = id; 
  18.                 doubleClickAwayList = id; 
  19.                 newAwayMessage = id; 
  20.                 selectAwayShareName = id; 
  21.             }; 
  22.             CLASS = AIAwayManagement; 
  23.             LANGUAGE = ObjC; 
  24.             OUTLETS = {
  25.                 "button_deleteAwayMessage" = NSButton; 
  26.                 "popUpButton_shareAwayWith" = NSPopUpButton; 
  27.                 "tableView_awayList" = NSTableView; 
  28.                 "textField_awayTitle" = NSTextField; 
  29.                 "textView_awayMessage" = NSTextView; 
  30.             }; 
  31.             SUPERCLASS = NSObject; 
  32.         }, 
  33.         {
  34.             ACTIONS = {
  35.                 "onlyAllow_addName" = id; 
  36.                 "onlyAllow_removeName" = id; 
  37.                 "onlyBlock_addName" = id; 
  38.                 "onlyBlock_removeName" = id; 
  39.                 selectShareBlockingName = id; 
  40.                 "select_allowAll" = id; 
  41.                 "select_allowThese" = id; 
  42.                 "select_blockNonList" = id; 
  43.                 "select_blockThese" = id; 
  44.             }; 
  45.             CLASS = AIBlockingManagement; 
  46.             LANGUAGE = ObjC; 
  47.             OUTLETS = {
  48.                 "button_allowAll" = NSButton; 
  49.                 "button_allowThese" = NSButton; 
  50.                 "button_blockNonList" = NSButton; 
  51.                 "button_blockThese" = NSButton; 
  52.                 "button_onlyAllowAdd" = NSButton; 
  53.                 "button_onlyAllowRemove" = NSButton; 
  54.                 "button_onlyBlockAdd" = NSButton; 
  55.                 "button_onlyBlockRemove" = NSButton; 
  56.                 "popUpButton_sharingBlocking" = NSPopUpButton; 
  57.                 "tableView_onlyAllow" = NSTableView; 
  58.                 "tableView_onlyBlock" = NSTableView; 
  59.             }; 
  60.             SUPERCLASS = NSObject; 
  61.         }, 
  62.         {
  63.             CLASS = AIBuddyListEditorOutlineView; 
  64.             LANGUAGE = ObjC; 
  65.             OUTLETS = {theBlockList = AIBlockList; theBuddyList = AIBuddyList; }; 
  66.             SUPERCLASS = NSOutlineView; 
  67.         }, 
  68.         {
  69.             ACTIONS = {
  70.                 deleteSelection = id; 
  71.                 downloadList = id; 
  72.                 exportList = id; 
  73.                 importList = id; 
  74.                 insertNewBuddy = id; 
  75.                 insertNewGroup = id; 
  76.                 selectShareName = id; 
  77.             }; 
  78.             CLASS = AIBuddyListManagement; 
  79.             LANGUAGE = ObjC; 
  80.             OUTLETS = {
  81.                 "button_buddyListDelete" = NSButton; 
  82.                 "button_insertNewBuddy" = NSButton; 
  83.                 "outlineView_buddyListEditor" = NSOutlineView; 
  84.                 "popUpButton_sharingList" = NSPopUpButton; 
  85.                 "scrollView_buddyListEditor" = NSScrollView; 
  86.                 "textField_buddyListTitle" = NSTextField; 
  87.                 "window_AIMConfig" = NSWindow; 
  88.             }; 
  89.             SUPERCLASS = NSObject; 
  90.         }, 
  91.         {CLASS = AINonBrokenOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, 
  92.         {
  93.             ACTIONS = {saveAlias = id; selectProfileShareName = id; }; 
  94.             CLASS = AIProfileManagement; 
  95.             LANGUAGE = ObjC; 
  96.             OUTLETS = {
  97.                 "popUpButton_shareProfileWith" = NSPopUpButton; 
  98.                 "textField_ProfileTitle" = NSTextField; 
  99.                 "textField_alias" = NSTextField; 
  100.                 "textView_profile" = NSTextView; 
  101.             }; 
  102.             SUPERCLASS = NSObject; 
  103.         }, 
  104.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  105.     ); 
  106.     IBVersion = 1; 
  107. }